home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Computer Buyer 1997 August
/
Oasis demo.iso
/
Office
/
Claris13
/
CLARIS.CST
/
00061_Script_61
< prev
next >
Wrap
Text File
|
1997-03-20
|
569b
|
23 lines
on xtracopywip
if the platform contains "Mac" then
global warnwip
set warnwip = "on"
put "hello"
else
openXLib "Xtras\filecopy" -- custom xtra
set filename = the pathName&"screens\"&the name of cast the mousecast
if fileName > "" then
set wFileName = doSaveAsDlg(the pathName&"screens\"&the name of cast the mousecast, "Tiffs@*.tif")
if wFileName > "" then
copyFile(wFileName, fileName)
end if
end if
closeXLib "Xtras\filecopy"
end if
end xtracopywip